home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
U.S. Robotics Connections 2
/
US Robotics Connections.iso
/
pc
/
sourcepc
/
csdemocd.dir
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-01-06
|
299 b
|
16 lines
on mouseDown
set the castNum of sprite 8 to 262
updateStage()
startTimer()
repeat while the timer < 30
nothing()
end repeat
go("installScreen")
repeat with x = 7 to 9
puppetSprite(x, 0)
end repeat
repeat with x = 7 to 9
set the cursor of sprite x to 0
end repeat
end